home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / POV302 / pov302 / ini / pngflc < prev    next >
Text File  |  1996-09-03  |  845b  |  25 lines

  1. ;; Persistence Of Vision raytracer version 3.0 sample INI file.
  2. ;; PNGFLC.INI
  3. ;;
  4. ;; Assuming Input_File=myfile.pov
  5. ;;  this INI creates a myfile??.png output files
  6. ;;  and then creates myfile.flc from it.
  7. ;;
  8. ;; Since DTA is not available for Unix, this script is only included as
  9. ;; an example of how one would create a FLC automatically using an INI file.
  10. ;;
  11.  
  12. Output_to_File=On
  13. Output_File_Type=n
  14. Pre_Frame_Command=
  15. Pre_Frame_Return=
  16. Post_Frame_Command=
  17. Post_Frame_Return=
  18. Pre_Scene_Command=test -r %s.flc    ;;If myfile.flc already exists
  19. Pre_Scene_Return=-q                 ;;  skip entire scene
  20. Post_Scene_Command=dta /o%s.flc /R%w,%h %s*.png  ;;make myfile.flc
  21. Post_Scene_Return=f                 ;;If error, crash
  22. Pause_When_Done=Off
  23. Continue_Trace=On                ;;Lets you resume
  24. Test_Abort=On                    ;;Lets you interrupt
  25.